sync.poolChainElt.next (field)

3 uses

	sync (current package)
		poolqueue.go#L217: 	next, prev *poolChainElt
		poolqueue.go#L254: 	storePoolChainElt(&d.next, d2)
		poolqueue.go#L284: 		d2 := loadPoolChainElt(&d.next)